home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
PInterfaces
/
Prefs.p
< prev
next >
Wrap
Text File
|
1996-05-01
|
1KB
|
58 lines
{
File: Prefs.p
Contains: Prefs Manager Interfaces.
Version: Technology: Some
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
}
{$IFC UNDEFINED UsingIncludes}
{$SETC UsingIncludes := 0}
{$ENDC}
{$IFC NOT UsingIncludes}
UNIT Prefs;
INTERFACE
{$ENDC}
{$IFC UNDEFINED __PREFS__}
{$SETC __PREFS__ := 1}
{$I+}
{$SETC PrefsIncludes := UsingIncludes}
{$SETC UsingIncludes := 1}
{$IFC UNDEFINED __TYPES__}
{$I Types.p}
{$ENDC}
{$IFC UNDEFINED __FILES__}
{$I Files.p}
{$ENDC}
{$IFC UNDEFINED __COLLECTIONS__}
{$I Collections.p}
{$ENDC}
{$PUSH}
{$ALIGN MAC68K}
{$LibExport+}
{$ALIGN RESET}
{$POP}
{$SETC UsingIncludes := PrefsIncludes}
{$ENDC} {__PREFS__}
{$IFC NOT UsingIncludes}
END.
{$ENDC}